require "import"
import "android.content.Context"
import "android.os.Vibrator"

local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)

if vibrator.hasVibrator() then
    vibrator.vibrate(100)
end

if service.click({
{"%Ir para a barra de notificações$200",
"%[Varrer para a esquerda]$1000",
"Localização,*@*$1000",
"%Toque",
"%Voltar<2$200",
}
})
return true
end

return true